[NET] front: Minor style fix and eliminate Emacs style comment which
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 18 May 2006 09:04:26 +0000 (10:04 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 18 May 2006 09:04:26 +0000 (10:04 +0100)
is considered poor taste by current kernel community.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c

index 0017a90794367bb7f6168c115e724ec6977b3c19..e939df23412c161f20b4e13b58e546b24bc0633b 100644 (file)
@@ -1,25 +1,25 @@
 /******************************************************************************
  * Virtual network driver for conversing with remote driver backends.
- * 
+ *
  * Copyright (c) 2002-2005, K A Fraser
  * Copyright (c) 2005, XenSource Ltd
- * 
+ *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version 2
  * as published by the Free Software Foundation; or, when distributed
  * separately from the Linux kernel or incorporated into other
  * software packages, subject to the following license:
- * 
+ *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this source file (the "Software"), to deal in the Software without
  * restriction, including without limitation the rights to use, copy, modify,
  * merge, publish, distribute, sublicense, and/or sell copies of the Software,
  * and to permit persons to whom the Software is furnished to do so, subject to
  * the following conditions:
- * 
+ *
  * The above copyright notice and this permission notice shall be included in
  * all copies or substantial portions of the Software.
- * 
+ *
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -75,8 +75,7 @@ static inline void init_skb_shinfo(struct sk_buff *skb)
        skb_shinfo(skb)->frag_list = NULL;
 }
 
-struct netfront_info
-{
+struct netfront_info {
        struct list_head list;
        struct net_device *netdev;
 
@@ -1501,14 +1500,3 @@ static void xennet_proc_delif(struct net_device *dev)
 }
 
 #endif
-
-
-/*
- * Local variables:
- *  c-file-style: "linux"
- *  indent-tabs-mode: t
- *  c-indent-level: 8
- *  c-basic-offset: 8
- *  tab-width: 8
- * End:
- */